翻訳と辞書
Words near each other
・ additive
・ address
・ address bus
・ address mask
・ address resolution
・ address resolution protocol
・ address space
・ address strobe
・ addressed call mode
・ addressee
addressing mode
・ adele
・ ades
・ aditi
・ adjacency
・ adjacent
・ adl
・ adlog
・ adm
・ admd


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

addressing mode : FOLDOC
addressing mode
1. One of a set of methods for specifying the operand(s) for a machine code instruction. Different processors vary greatly in the number of addressing modes they provide. The more complex modes described below can usually be replaced with a short sequence of instructions using only simpler modes.
The most common modes are "register" - the operand is stored in a specified register; "absolute" - the operand is stored at a specified memory address; and "{immediate}" - the operand is contained within the instruction.
Most processors also have indirect addressing modes, e.g. "register indirect", "memory indirect" where the specified register or memory location does not contain the operand but contains its address, known as the "{effective address}". For an absolute addressing mode, the effective address is contained within the instruction.
Indirect addressing modes often have options for pre- or post- increment or decrement, meaning that the reg


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.